PARTICLES EXIST

This command will return a value of one if the particles object exists, otherwise zero.

  Syntax
Return Integer=PARTICLES EXIST(Particle Number)
  Parameters
Particle Number
Integer
The particle object number

  Returns

This value is an integer number such as 1.

  Example Code
load image "snow.bmp",1
make snow particles1, 1, 500,-5,5,5, 10,10,10
set cursor 0,0
print "PARTICLES DATA"
print "exist:";particles exist(1)
do
loop
delete particles 1
end
  See also

PARTICLES Commands Menu
Index